[][src]Crate cranelift_object

Top-level lib.rs for cranelift_object.

This re-exports object so you don't have to explicitly keep the versions in sync.

Re-exports

pub use object;

Structs

ObjectBackend

A ObjectBackend implements Backend and emits ".o" files using the object library.

ObjectBuilder

A builder for ObjectBackend.

ObjectProduct

This is the output of Module's finish function. It contains the generated Object and other information produced during compilation.

Constants

VERSION

Version number of this crate.